@media only screen and (max-width: 768px) {
    #navbar{
        display: none;
    }
}